home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00553.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  203 b   |  11 lines

  1. on transform
  2.   global x, y
  3.   set x to random(1200)
  4.   puppetSprite(1, 1)
  5.   set the width of sprite 1 to x
  6.   set y to random(240)
  7.   set the height of sprite 1 to y
  8.   updateStage()
  9.   puppetSprite(1, 0)
  10. end
  11.